home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
3D GFX
/
3D GFX.iso
/
amiutils
/
i_l
/
irit5
/
irit
/
ctrl-brk.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-12-30
|
641b
|
25 lines
/*****************************************************************************
* Module to trap ctrl-brk/hardware error and handle them gracefully. *
* Note the usage of GraphGen.c module is assumed. *
* *
* Written by: Gershon Elber Ver 1.1, Mar. 1990 *
*****************************************************************************/
#ifndef CTRL_BRK_H
#define CTRL_BRK_H
#ifndef LINE_LEN
#define LINE_LEN 128
#endif /* LINE_LEN */
#ifndef TRUE
#define TRUE 1
#define FALSE 0
#endif /* TRUE */
/* And finally the prototypes of the external routines: */
void SetUpCtrlBrk(void);
#endif /* CTRL_BRK_H */